Skip to content

Conversation

@sl0thentr0py
Copy link
Member

@sl0thentr0py sl0thentr0py commented Oct 1, 2025

  • setup external propagation context to fetch trace_id/span_id from otel
  • setup otlp exporter with endpoint and headers taken from DSN
  • setup propagator
  • exporter and propagator are setup by default, can be turned off in case people want to setup manually

Issues

@codecov
Copy link

codecov bot commented Oct 23, 2025

Codecov Report

❌ Patch coverage is 1.88679% with 52 lines in your changes missing coverage. Please review.
✅ Project coverage is 83.66%. Comparing base (8965821) to head (525bd76).
✅ All tests successful. No failed tests found.

Files with missing lines Patch % Lines
sentry_sdk/integrations/otlp.py 0.00% 52 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master    #4877      +/-   ##
==========================================
- Coverage   83.96%   83.66%   -0.30%     
==========================================
  Files         179      180       +1     
  Lines       17894    17947      +53     
  Branches     3177     3183       +6     
==========================================
- Hits        15024    15016       -8     
- Misses       1900     1960      +60     
- Partials      970      971       +1     
Files with missing lines Coverage Δ
sentry_sdk/consts.py 99.40% <100.00%> (+<0.01%) ⬆️
sentry_sdk/integrations/otlp.py 0.00% <0.00%> (ø)

... and 4 files with indirect coverage changes

@sl0thentr0py sl0thentr0py force-pushed the neel/poc-otlp-integration branch 11 times, most recently from 726b769 to f5923b2 Compare October 31, 2025 15:31
@sl0thentr0py sl0thentr0py changed the title POC OtlpIntegration OTLPIntegration Oct 31, 2025
@sl0thentr0py sl0thentr0py force-pushed the neel/poc-otlp-integration branch from f5923b2 to 525bd76 Compare October 31, 2025 15:34
@linear
Copy link

linear bot commented Oct 31, 2025

@sl0thentr0py
Copy link
Member Author

sl0thentr0py commented Oct 31, 2025

sentry error + sentry log + otlp trace

2025-10-31-162117_hyprshot

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Implement OtlpIntegration for Python SDK

2 participants